.index-banner {
    width: 100%;
    animation-duration: 10s !important;
    animation-delay: 0.4s !important;
}

.introduct-box {
    width: 100%;
    padding-bottom: 80px;
    background: url(../images/introduceBg.png) no-repeat center;
}

.company-profile {
    width: 1300px;
    margin: 47px auto;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.companyIntroduction {
    width: 57%;
    padding-top: 34px;
}

.companyName {
    font-size: 28px;
    color: #303133;
}

.companyName-Eng {
    font-size: 20px;
    margin-top: 20px;
}

.introductionText {
    line-height: 30px;
    margin-top: 18px;
    font-size: 14px;
}

.btn-watchDetail {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 136px;
    height: 38px;
    line-height: 38px;
    background: #2C68FF;
    border-radius: 4px;
    margin-top: 34px;
    cursor: pointer;
}

.industryChain-content {
    align-items: center;
    justify-content: space-between;
    margin-top: 54px;
    display: flex;
    flex-direction: row;
}

.industryChain-img {
    width: 500px;
    height: 500px;
    cursor: pointer;
    background: url(../images/process1.png) no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .5s;
}

.industryChain-img:hover {
    background-size: 120% !important;
}

.company-profile-box {
    width: 1280px;
    margin: 140px auto;
    -webkit-margin: 94px auto;
}

.accompany-box {
    width: 1080px;
    margin: 30px auto;
}

.industry-chain-box {
    margin: 40px auto;
}

.datachange {
    z-index: 1;
    bottom: -67px;
    right: -89px;
}

.dateDetail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dateDetail .date-day {
    display: inline-block;
    font-size: 80px;
    color: #FFFFFF;
}

.dateDetail .date-month {
    margin-top: 20px;
}

.dateDetail .date-month,
.dateDetail .date-title {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #FFFFFF;
}

.dateDetail .date-title,
.dateDetail .date-box {
    width: 200px;
    text-align: center;
}

.page-active {
    display: block;
}

.introduce {
    color: #7D7D7D;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.commodityName {
    color: #303133;
    font-size: 36px;
}

.companyChain {
    margin-top: 20px;
    color: #303133;
}

/* 
.changeDote {
	margin-top: 83px;
} */

.com-arrow i {
    font-size: 60px;
    color: #cdcdcd;
}

.com-arrow svg {
    color: #cdcdcd;
    width: 51px;
    height: 90px;
    cursor: pointer;
}

.com-arrow svg:hover {
    color: #acacac;
}

.com-arrow svg:hover {
    color: #acacac;
}

.latestNews-box {
    width: 100%;
    margin: 0 auto;
}

.latestNews-box-background {
    /* padding: 50px 0; */
    margin-top: 80px;
    background: url(../images/second-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.accompany-box-background {
    background: url(../images/map01.png) no-repeat center;
    background-size: 100% 100%;
    height: 840px;
    position: relative;
}

.accpany-country {
    position: absolute;
    top: 180px;
    right: 300px;
    color: #fff;
}

.accpany-country ul li {
    width: 413px;
}

.continent-title {
    width: 100%;
    /* font-weight: bold; */
    font-size: 22px;
    margin-top: 32px;
}

.country-list {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}




/* 底部“最新消息”交互效果 */
.latest-news-SlideUp {
    border-top-left-radius: 49px;
    border-bottom-right-radius: 49px;
    height: 370px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, .1);
}

#news-head img {
    width: 100%;
    height: 233px;
}

.slidebox-top {
    height: 370px;
    background: #fff;
    transition: all .6s;
    border-top-left-radius: 45px;
}

.latest-news-SlideUp:hover .slidebox-top {
    transform: translateY(-370px);
}


.slidebox-bottom {
    transition: all .6s;
    height: 400px;
    background-color: #fff;
}

.latest-news-SlideUp:hover .slidebox-bottom {
    transform: translateY(-370px);
}

.news-illustration {
    background: #fff;
    padding: 20px 30px;
}

.news-title {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.updataTime {
    color: #909399;
    margin-top: 11px;
}

.news-detail-text {
    line-height: 30px;
    color: #333333;
    padding: 5px 30px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部“最新消息”交互效果 */


.latest-news {
    margin-top: 50px;
    padding: 25px 0 72px 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 35px;
}

.news-textshow {
    height: 132px;
    overflow: hidden;
    transition: all .6s;
    background-color: #fff;
    margin-left: 10px;
    padding: 15px 20px;
    border-bottom-right-radius: 40px;
}

.com-indexpage-news-exhibition:hover .news-textshow {
    transform: translateY(-235px);
}

.xxh-lingjun {
    height: 277px;
    background: url(../images/Banner-y.png) no-repeat center;
    margin-top: 100px;
}

.xxh-lingjun img {
    width: 100%;
}

.banner-box {
    width: 100%;
    margin: 0 auto;
}


.lineOneImg1,
.lineOneImg2 {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}

.lineOneImg1 {
    background: url(../img/index-accompany/European.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.lineOneImg2 {
    background: url(../img/index-accompany/NewYork.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.linetwo-img1,
.linetwo-img2,
.linetwo-img3 {
    width: 100%;
    height: 260px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}

.linetwo-img1 {
    background: url(../img/index-accompany/Australia.png) no-repeat;
    background-size: 100% 100%;
}

.linetwo-img2 {
    background: url(../img/index-accompany/Afirca.png) no-repeat;
    background-size: 100% 100%;
}

.linetwo-img3 {
    background: url(../img/index-accompany/korea.png) no-repeat;
    background-size: 100% 100%;
}

.img_shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 100%;
    z-index: 1;
    cursor: pointer;
    padding: 54px 63px;
}

/* 
.lineOneImg1:hover .img_shade,
.lineOneImg2:hover .img_shade,
.linetwo-img1:hover .img_shade,
.linetwo-img2:hover .img_shade,
.linetwo-img3:hover .img_shade{
	transform: translateY(-100%);
	transition: all .5s;
}
 */


.shade_continent {
    color: #fff;
    font-size: 28px;
}

.shade_continentEng {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.shade_short-line {
    width: 25px;
    height: 4px;
    background: #fff;
    margin-top: 5px;
}

.shade_continentDetail {
    color: #fff;
    max-width: 491px;
    margin-top: 10px;
    line-height: 27px;
}

.company-box-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 37px;
}

.company-box-text {
    /* margin-left: 140px; */
    width: 600px;
}

.banner-box-phone {
    display: none;
}


#industry-left {
    position: relative;
    margin-right: 100px;
    max-height: 560px;
}

.partner-description {
    height: 114px;
    width: 100%;
    background: #F8F8F8;
    padding: 10px 8px;
    position: absolute;
    top: 100%;
}

.partner-continent {
    font-size: 14px;
    color: #333333;
}

.partner-continentDetail {
    font-size: 12px;
    color: #333333;
}


#xxh-accompany-state {
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.xxh-accompany-state_1 {
    background: url(../img/suitForPhone/Index/VCG211332323039.png) no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.xxh-accompany-state_2 {
    background: url(../img/suitForPhone/Index/VCG41494545485.png) no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.xxh-accompany-state_3 {
    background: url(../img/suitForPhone/Index/VCG41122693239.png) no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.xxh-accompany-state_4 {
    background: url(../img/suitForPhone/Index/VCG41N982105760.png) no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.xxh-accompany-state_5 {
    background: url(../img/suitForPhone/Index/VCG21400236075.png) no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-right: 18px;
    margin-left: 18px;

}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px !important;
    color: #FFFFFF !important;

}

.industryChain {
    position: relative;
    min-width: 1200px;
    height: 600px;
    /* margin-top: 70px; */
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.industryChain>ul {
    height: 100%;
}

.industryChain>ul li {
    position: relative;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-right: 1px solid #fff;
    cursor: pointer;
    background-color: #EEEEEE;
    float: left;
    box-sizing: border-box;
}

.industryChain>ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chainDeatil {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    z-index: 999;
    min-width: 1200px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s ease .1s;
    transition: -webkit-transform .6s ease .1s;
    transition: transform .6s ease .1s;
    transition: transform .6s ease .1s, -webkit-transform .6s ease .1s;
}

.chainItemBox {
    width: 100%;
    height: 100%;
}

.chainItem {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    background-size: cover;
}

.chainItem:first-of-type {
    background: url(../images/chain6.webp) no-repeat center;
}

.chainItem:nth-of-type(2) {
    background: url(../images/chain5.webp) no-repeat center;
}

.chainItem:nth-of-type(3) {
    background: url(../images/chain01.webp) no-repeat center;
  	background-size:100%;
}

.chainItem:nth-of-type(4) {
    background: url(../images/chain7.webp) no-repeat center;
}
.chainItem:nth-of-type(5) {
    background: url(../images/chain8.webp) no-repeat center;
}


.chainItemCon {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 60%;
    color: #fff;
    z-index: 99;
}

.chainItemCon ul li {
    line-height: 32px;
}

.chainItemCon ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
}

.closeTilte {
    position: absolute;
    top: 88px;
    right: 60px;
    font-size: 28px !important;
    cursor: pointer;
    color: #fff;
    opacity: .7;
    z-index: 99;
}

.closeTilte:hover {
    transition: all .5s;
    opacity: 1;
}

.expand {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

.topTitle {
    position: absolute;
    color: #fff;
    top: 70px;
    left: 10%;
}

.topTitle div:first-child {
    font-size: 28px;
}

.bottomBottom {
    width: 38px;
    height: 6px;
    background-color: #fff;
    margin: 12px 0;
}

.topTitle div:last-child {
    font-size: 20px;
    margin-top: 20px;
}

.bottomDescribe {
    position: absolute;
    color: #fff;
    top: 700px;
    left: 10%;
    text-align: left;
    width: 80%;
    line-height: 32px;
}

.page-map2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    bottom: 0px;
    width: 62.5%;
}
.page-map2 img {height: 100%;}

.page-map2 ul li {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
}

.page-map2 .page-address {
    width: 230px;
    position: absolute;
    left: -90px;
    top: -96px;
}

.page-map2 .page-address:before {
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border: 10px solid rgba(0, 108, 255, 0.9);
    bottom: -20px;
    border-color: rgba(0, 108, 255, 0.9) transparent transparent transparent;
    content: "";
}

.page-address dl {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 108, 255, 0.9);
    width: 230px;
    border-radius: 6px;
}

.fnt-28 {
    font-size: 28px;
}

.fnt-16 {
    font-size: 16px;
}

.page-map2 ul li:first-child {
    left: 74.1%;
    top: 46.45%;
}

.page-map2 ul li:nth-child(2) {
    left: 52.3%;
    top: 64.05%;
}

.page-map2 ul li:nth-child(3) {
    left: 73.3%;
    top: 68.05%;
}

.page-map2 ul li:nth-child(4) {
    left: 39.6%;
    top: 64.15%;
}

.page-map2 ul li:nth-child(5) {
    left: 33.9%;
    top: 52.85%;
}

.page-map2 ul li:nth-child(6) {
    left: 28.5%;
    top: 74.85%;
}

.page-map2 ul li:nth-child(7) {
    left: 32.8%;
    top: 84.1%;
}

.page-map2 ul li:nth-child(8) {
    left: 22.8%;
    top: 47%;
}

.page-map2 ul li:nth-child(9) {
    left: 45%;
    top: 43%;
}

.page-map2 ul li:nth-child(10) {
    left: 31.5%;
    top: 31%;
}

.page-map2 ul li:nth-child(11) {
    left: 43.7%;
    top: 27.2%;
}

.page-map2 ul li:nth-child(12) {
    left: 55.7%;
    top: 27%;
}

.page-map2 ul li:nth-child(13) {
    left: 51.7%;
    top: 19.8%;
}

.page-map2 ul li:nth-child(14) {
    left: 59.7%;
    top: 45.8%;
}



.middleCircle {
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.centerPoint {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: enlarge linear 2.1s infinite;
    z-index: 999;
}

.centerPoint1 {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}

@keyframes enlarge {
    0% {
        opacity: 1;
        width: 8px;
        height: 8px;
    }

    25% {
        opacity: 0.6;
        width: 25px;
        height: 25px;
    }

    50% {
        opacity: 0.4;
        width: 50px;
        height: 50px;
    }

    75% {
        opacity: 0.2;
        width: 70px;
        height: 70px;
    }

    90% {
        opacity: 0.1;
        width: 80px;
        height: 80px;
    }


    100% {
        opacity: 0;
        width: 90px;
        height: 90px;
    }
}

.slide-dot-item {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #fff;
    opacity: .2;
    cursor: pointer;
    float: left;
}

.slide-dot-item.active {
    width: 40px;
    height: 4px;
    margin-top: 3px;
    opacity: .6;
}

.slide-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 177px;
    margin: auto;
    width: 1200px;
    z-index: 999;
}

.canvas-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 143px;
    width: 50px;
    height: 50px;
    z-index: 999;
    margin: auto;
    /* 	border-radius: 50%;
				border: 3px solid hsla(0, 0%, 100%, .4) */
}

.jiantou {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
}

.swiperContext {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 280px;
    color: #fff;
}

.swiper-title {
    font-size: 40px;
    font-weight: bold;
    animation-duration: 1.5s !important;
    animation-delay: 0.3s !important;
}

.swiper-middle {
    font-size: 40px;
    font-weight: bold;
    margin: 30px 0;
    animation-duration: 1.5s !important;
    animation-delay: 0.4s !important;
}

.swiper-bottom {
    font-size: 24px;
    animation-duration: 1.5s !important;
    animation-delay: 0.5s !important;
}

.videoContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

.video-top {
    width: 800px;
    text-align: center;
    line-height: 54px;
    font-size: 40px;
    font-weight: bold;
}

.video-bottom {
    margin-top: 30px;
    animation-duration: 1.5s !important;
    animation-delay: 0.3s !important;
    margin-top: 30px;
}

.video-bottom p {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}
.box_03{width:100%;height:auto;overflow:hidden;margin-top:-27px;}

.box_03 .h_title{width:1200px;padding-top:40px;height:auto;margin:0 auto;text-align:center; background:url(../images/bt_zm02.png) center top no-repeat;}

.box_03 .h_title h3{font-size:34px;line-height:36px;color:#fff;font-weight:bold;}

.box_03 .ys{width:100%;height:550px;margin-top:55px;overflow:hidden;}

.box_03 .ys li{width:20%;height:550px;float:left;cursor:pointer;position:relative;text-align:center;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active{width:40%;-webkit-transition:all .5s;transition:all .5s;background-size:100% 550px;}

.box_03 .ys li:nth-of-type(1){background:url(../images/ys_01.jpg) center center no-repeat;}

.box_03 .ys li:nth-of-type(2){background:url(../images/ys_02.jpg) center center no-repeat;}

.box_03 .ys li:nth-of-type(3){background:url(../images/ys_03.jpg) center center no-repeat;}

.box_03 .ys li:nth-of-type(4){background:url(../images/ys_04.jpg) center center no-repeat;}

.box_03 .ys li .txt{width:100%;height:550px;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active .txt{width:64%;height:440px;background:rgba(44,104,255,0.9);position:absolute;left:18%;top:50px;-webkit-transition:all .5s;transition:all .5s;}


.box_03 .ys li .txt i{display:block;width:56px;height:50px;margin:120px auto 0 auto;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active .txt i{margin:80px auto 0 auto;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li:nth-of-type(1) .txt i{background:url(../images/ys_icon_01.png) center center no-repeat;}

.box_03 .ys li:nth-of-type(2) .txt i{background:url(../images/ys_icon_02.png) center center no-repeat;}

.box_03 .ys li:nth-of-type(3) .txt i{background:url(../images/ys_icon_03.png) center center no-repeat;}

.box_03 .ys li:nth-of-type(4) .txt i{background:url(../images/ys_icon_04.png) center center no-repeat;}

.box_03 .ys li .txt h4{font-size:20px;line-height:22px;font-weight:bold;margin-top:45px;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active .txt h4{margin-top:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li .txt p{width:50%;font-size:15px;line-height:28px;height:56px;overflow:hidden;margin:25px auto 30px auto;color:rgba(255,255,255,1);-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active .txt p{width:82%;font-size:15px;line-height:28px;height:auto;margin:25px auto 30px auto;color:rgba(255,255,255,1);-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li .txt span{display:block;width:40px;height:1px;background:#fff;margin:0 auto;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li.active .txt span{display:block;width:50%;height:1px;background:#fff;margin:0 auto;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .ys li .txt a{display:block;width:80px;line-height:15px;font-size:14px;color:#fff;text-align:left;background:url(../images/ys_jt.png) center right no-repeat;position:absolute;bottom:70px;left:50%;white-space:nowrap;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;}

.box_03 .ys li.active .txt a{-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

